home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 10 / BBS In A Box Volume X (AMUG) (January 1994).bin / Files / DA / N-O / NotePad++ v1.4.cpt / NotePad++ v1.4 Document.rsrc / txt_6 < prev    next >
Encoding:
Text File  |  1992-12-19  |  1.7 KB  |  7 lines

  1. •    The undo's Delete typing last several characters will not properly restore the font's size, style, and color. Only the text. The v1.4 fixes problems with multi-byte character systems, such as Kanji. Where as, v1.3 only restore last character which is OK with single-byte character systems, such as English. At least, the v1.4 will restore several deleted characters in a row rather the last character.
  2.  
  3. •    There are certain conditions the TE's ROM routines will fail to function properly. The insertion point causes the text after the cursor to be word-wrap to the next line and you wish to insert a blank character. Then it will not advance the text forward with the inserted blank character. Someday, I will try to determine a work-around with this bug.
  4.  
  5. •    If using the ImageWriter with draft, tall adjusted, and no gap between page settings then the printing operations will fail with two or more pages. I could attempt to fix this bug, but whenever I modify the printing logic I must exercise all the possible printing combinations. This procedure takes up alot of time. Sorry, can't have everything.
  6.  
  7. •    If the number of characters extends to 32000 characters then the "thumb" positioning starts to act funny, as well as other mysterious problems, such as line count becomes 1 line, 32000 characters, etc. Normally, you should avoid editing such large text using this DA. Otherwise, you  should use a regular word-processor that is designed to handle large body of text. Sorry, this DA is not a full-fledge word-processor. It is designed to handle small body of text to keep notes for yourself. However, in future versions v1.5 or higher, I will try to improve the error handling of 32000 characters conditions.